home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / disk / misc / Mtools207.lha / Mtools-2.0.7 / docs / Mrd.doc < prev    next >
Encoding:
Text File  |  1994-05-27  |  853 b   |  32 lines

  1.  
  2. NAME
  3.        mrd - remove an MSDOS subdirectory
  4.  
  5. SYNOPSIS
  6.        mrd msdosdirectory [ msdosdirectories... ]
  7.  
  8. DESCRIPTION
  9.        Mrd removes a directory from an MSDOS filesystem.
  10.  
  11.        An error occurs if the directory is not empty.
  12.  
  13.        MSDOS subdirectory names are supported with either the '/'
  14.        or '\' separator.  The use of the '\' separator  or  wild-
  15.        cards  will  require  the directory name to be enclosed in
  16.        quotes to protect it from the shell.
  17.  
  18.        The mcd command may be used to establish  the  device  and
  19.        the  current working directory (relative to MSDOS), other-
  20.        wise the default is A:/.
  21.  
  22.        Mrd returns 0 on success, 1 on utter failure, or 2 on par-
  23.        tial failure.
  24.  
  25. SEE ALSO
  26.        mcd(1), mmd(1)
  27.  
  28. BUGS
  29.        Allows multiple arguments, which does not follow the MSDOS
  30.        convention.
  31.  
  32.